home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineSprite_73 / frame_1 / DoAction.as < prev   
Text File  |  2007-05-10  |  231b  |  13 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_root.pause == 0)
  4.    {
  5.       if(Key.isDown(_root.atk) && _root.ap == 0)
  6.       {
  7.          delete this.onEnterFrame;
  8.          gotoAndStop("Φ╕óΦà┐");
  9.          play();
  10.       }
  11.    }
  12. };
  13.